home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- //
- // This code is copyright 2001 by G5 Software.
- // Any unauthorized usage, either in part or in whole of this code
- // is strictly prohibited. Violators WILL be prosecuted to the
- // maximum extent allowed by law.
- //
- //-------------------------------------------------------------------
-
- //
- // Mission strings
- //
-
- class CDrawAttentionMission_Strings
- {
- final static array m_MissionObjectives = array(
- "ZneÜkodnit cizφ p°epadenφ na silnici Kitzingen-Seeheim",
- "ZneÜkodnit nacistickΘ tankovΘ posily",
- "Napomoci sov∞tsk²m tank∙m vstoupit na zßkladnu Seeheim"
- );
-
-
- final static array m_BonusMissionObjectives = array(
- "ZniΦit nacistickou tankovou Φetu ji₧n∞ od k°i₧ovatky"
- );
-
- final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
-
- final static string str_KatushasArrived = "Ka¥uÜe p°emφst∞ny na pozice";
- final static string str_KatushasStartedFire = "Ka¥uÜe zaΦaly ·tok na zßkladnu Seeheim";
- final static string str_ReserveMovedOut = "VAROV┴N═: Spat°eny nep°ßtelskΘ tankovΘ posily";
- final static string str_KatushaDestroyed = "VAROV┴N═: NosiΦe ka¥uÜφ majφ problΘmy";
- final static string str_TankDestroyed = "VAROV┴N═: Sov∞tskΘ tanky majφ problΘmy";
- final static string str_AllTanksDestroyed = "Mise byla ne·sp∞Ünß: VÜechny sov∞tskΘ tanky byly zniΦeny";
-
- final static array m_NavigationPoints = array(
- "Spat°ena past protivnφka na trase Kitzingen-Seeheim",
- "Zßkladna Seeheim",
- "Zßkladna Eppingen",
- "Zßkladna Kitzingen"
- );
- }
-
-